Note: template did not parse all data in resource; remaining data: "open ^DBMS^ dbms as user \"^DBUSER^\" with password \"^DBPASSWORD^\";\ruse location \"^DBLOC^\";open ^DBMS^ database \"^DBNAME^\" as user \"^DBUSER^\" with password \"^DBPASSWORD^\";\rprint \"State\";\rselect distinct customer.cust_state from customer where (customer.cust_state IN (\'MI\',\'IN\',\'OH\',\'PA\',\'NY\',\'VT\',\'NH\',\'ME\',\'KY\',\'WV\',\'VA\',\'MD\',\'NJ\',\'CN\',\'RI\',\'MA\',\'TN\',\'NC\',\'SC\',\'MS\',\'AL\',\'GA\',\'FL\')) ;\rprintall;\rclose database;\rclose dbms;\r"